projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761a9cb
)
(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Nov 1996 03:17:16 +0000
(
03:17
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Nov 1996 03:17:16 +0000
(
03:17
+0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 0125e7cb4b02405e06aa919ef4fbc98cb5cd8582..1ed84971b0dccdb022619b0a874d260f06381d2a 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-2225,7
+2225,7
@@
default directory."
file
(vc-do-command nil 0 "prs" file 'MASTER)
(vc-do-command nil 0 "rlog" file 'MASTER)
- (vc-do-command nil 0 "cvs" file 'WORKFILE "
r
log")))
+ (vc-do-command nil 0 "cvs" file 'WORKFILE "log")))
(defun vc-backend-assign-name (file name)
;; Assign to a FILE's latest version a given NAME.